Point

A position in a multi-line text document, in terms of rows and columns.

Rows and columns are zero-based.

NOTE this directly uses the C's TSPoint.

extern (C)
alias Point = TSPoint

Meta